home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Transport Independent Speech / SpokenSerialApp / Toolbox.h < prev   
Encoding:
C/C++ Source or Header  |  1996-11-16  |  223 b   |  15 lines  |  [TEXT/CWIE]

  1. #ifndef __TOOLBOX__
  2. #define __TOOLBOX__
  3.  
  4. #include <Fonts.h>
  5. #include <Memory.h>
  6. #include <Quickdraw.h>
  7. #include <Windows.h>
  8. #include <Menus.h>
  9. #include <TextEdit.h>
  10. #include <Dialogs.h>
  11.  
  12. void        ToolBoxInit            (void);
  13.  
  14. #endif
  15.